home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / unprot.arc / FRAMEWRK.TXT < prev    next >
Encoding:
Text File  |  1986-03-27  |  1.9 KB  |  77 lines

  1. ***************************** FRAMEWORK Ver. 1.0 ***************
  2.  
  3. Using FRMWK1.BAT and FRMWK1.UNP on with your FW.EXE version 1.0 will
  4. provide you with an executable backup.
  5.  
  6.         1) FRMWK1.BAT
  7.         2) FRMWK1.UNP
  8.         3) DEBUG.COM
  9.  
  10. Copy FW.EXE to a backup disk.  Please do not zap your original Framework
  11. diskette.
  12.  
  13.         Copy FW.Exe B:
  14.         Copy FRMWK1.BAT B:
  15.         Copy FRMWK1.UNP B:
  16.         Copy DEBUG.COM B:
  17.  
  18. Put the new diskette in the default drive and issue the batch command
  19. FRMWK1.  Ignore the three error messages caused by the first three commands.
  20. They work and cause no harm.
  21.  
  22. The batch command is duplicated here with comments.
  23.  
  24. Ren FW.exe FW        Rename FW.exe so
  25.                      Debug can use it.
  26.  
  27. Debug <Frmwk1.bat    Execute debug and
  28.                      use this batch file
  29.                      as input.
  30.  
  31. Goto Exit            Batch file will go
  32.                      to exit after Debug
  33.                      terminates.
  34.  
  35. N Frmwk1.Unp         Make sure the Unp
  36. L                    file is no larger
  37. Rcx                  than 256 bytes
  38. 100
  39. W
  40.  
  41. N FW                 Identify FW.exe
  42.                      to Debug and load
  43. L                    it into memory.
  44. N Frmwk1.Unp         Identify zap code
  45. L 300                to Debug and overlay
  46.                      the FW code.
  47. A 46d                Create a jump to the
  48. Jmp 325              new code.
  49.  
  50. N FW                 Re-identify FW
  51.                      to Debug.
  52. Rbx                  Re-set the save
  53. 2                    registers (length)
  54. Rcx
  55. FEC0
  56. w                    Save new FW.Exe
  57. q
  58. :Exit                Rename FW.Exe
  59. Ren FW FW.exe
  60.  
  61. You may now copy FW.EXE to any disk and it will execute fine.
  62.  
  63. Lane Ferris
  64. 11/2/84
  65.  
  66.  
  67.  
  68. ***************************** FRAMEWORK Ver. 1.10 ***************
  69.  
  70. See SOFTGARD.TXT
  71.  
  72. ***************************** FRAMEWORK Ver. 2.03 ***************
  73.  
  74. See SOFTGARD.TXT
  75.  
  76.